home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xml / FlavorRegistry$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  721 b   |  15 lines

  1. package com.extensibility.xml;
  2.  
  3. class FlavorRegistry$2 implements FlavorFactoryIntf {
  4.    // $FF: synthetic field
  5.    final FlavorRegistry this$0;
  6.  
  7.    public SchemaFlavorIntf createFlavor(SchemaIntf var1) {
  8.       return new XDRFlavor(var1);
  9.    }
  10.  
  11.    FlavorRegistry$2(FlavorRegistry var1) {
  12.       this.this$0 = var1;
  13.    }
  14. }
  15.